Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChartElementCollection<T> Class / Insert Method
The index.
The item.


In This Topic
    Insert Method (SpreadChartElementCollection<T>)
    In This Topic
    Inserts the specified index.
    Syntax
    'Declaration
     
    Public Overrides Sub Insert( _
       ByVal index As Integer, _
       ByVal item As T _
    ) 
    'Usage
     
    Dim instance As SpreadChartElementCollection(Of T)
    Dim index As Integer
    Dim item As T
     
    instance.Insert(index, item)
    public override void Insert( 
       int index,
       T item
    )

    Parameters

    index
    The index.
    item
    The item.
    See Also